| children[ ] This array is used to return an array of all first level HTML elements (children) contained by the element to which it is invoked. The values of the array don't reflect any objects nested within the parent element. Elements of this array are indexed in source code order. syntax: object.children(index).Property or Method object.children[index].Property or Method object.children.element id.Property or Method The children[ ] array is used to collect properties from the following: A (Anchor) ACRONYM ADDRESS APPLET AREA B BASE BASEFONT BGSOUND BIG BLOCKQUOTE BODY BUTTON CAPTION CENTER CITE CODE COL COLGROUP COMMENT DD DEL DFN DIR DIV DL DT EM EMBED FIELDSET FONT FORM FRAME FRAMESET H1 H2 H3 H4 H5 H6 I IFRAME IMG INS KBD LABEL LEGEND LINK LISTING MAP MARQUEE MENU META OBJECT OL P PLAINTEXT PRE Q S SAMP SELECT SPAN SUB SUP STRIKE STRONG TABLE TBODY TD TEXTAREA TFOOT TH THEAD TITLE TR TT U UL VAR button checkbox document fileUpload password radio reset submit text
|